home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / pit300.zip / INSTALL.DOC < prev    next >
Text File  |  1992-08-28  |  13KB  |  692 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                         HOW TO INSTALL THE PIT v3.00
  25.                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26.                          Written by James R. Berry
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Copyright 1990-92 (c) by Midas Touch Software, all rights reserved.
  59. Copyright 1990-92 (c) by James R. Berry, all rights reserved.
  60.  
  61.                                      1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.                              TABLE OF CONTENTS
  72.                              ~~~~~~~~~~~~~~~~~
  73.  
  74.          Installation Introduction                         Pg. 2
  75.          Running THE PIT without a BBS                     Pg. 4
  76.          Installing THE PIT on WWIV (CHAIN.TXT)            Pg. 5
  77.          Installing THE PIT on TAG/TELE (DOOR.SYS)         Pg. 6
  78.          Installing THE PIT on PCBOARD 14.0 (PCBOARD.SYS)  Pg. 7
  79.          Installing THE PIT on RBBS (DORINFO1.DEF)         Pg. 8
  80.          Installing THE PIT on WILDCAT (CALLINFO.BBS)      Pg. 9
  81.          Installing THE PIT on SPITFIRE (SFDOORS.DAT)      Pg. 10
  82.          Installing THE PIT on GTPOWER (GTUSER.BBS)        Pg. 11
  83.          Installing THE PIT on a Multi-lined BBS           Pg. 12
  84.          Special Instructions for HIGH SPEED MODEMS        Pg. 13
  85.  
  86.  
  87.  
  88.                          INSTALLATION INTRODUCTION
  89.                          ~~~~~~~~~~~~~~~~~~~~~~~~~
  90.  
  91.    If you are already running THE PIT online game you will have to re-install
  92. this version. The game has gone through so many changes in the last 6 months
  93. that writting a conversion program would have been a major undertaking.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.                                      2
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. RUNNING THE PIT in LOCAL MODE
  125. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  126.  
  127.         The following command will allow you to run the game in LOCAL mode:
  128.  
  129.         PIT /LOCAL
  130.  
  131.         Although this does not require a BBS to be hooked up to the game in
  132. order to run it. It still requires some configuration with the CONTROL.EXE
  133. before it will run properly.
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.                                      4
  180.  
  181.  
  182.  
  183.  
  184. INSTALLING THE PIT v3.00 for WWIV (CHAIN.TXT)
  185. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  186.  
  187. I. WWIV (CHAIN.TXT):
  188.  
  189.    1) Create a directory inside your BBS directory called THEPIT.
  190.    2) Copy all of the game files into that directory.
  191.  
  192.    3) Change Directory to THEPIT.
  193.  
  194.    4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  195.       your requirements (Read CONTROL.DOC for more info).
  196.  
  197.    5) Write up a batch file (RUNPIT.BAT) like the following:
  198.          ECHO OFF
  199.          CLS
  200.          CD THEPIT
  201.          PIT
  202.          CD..
  203.       And put it as in your BBS directory.
  204.  
  205.  
  206.    6) Then do a CHAINEDIT and place the following into it:
  207.  
  208.        A. Description  : THE PIT v3.00
  209.        B. Filename     : RUNPIT %1   <--- This corresponds to RUNPIT.BAT
  210.        C. SL           :
  211.        D. AR           :
  212.        E. ANSI         : Required    <--- Non-ANSI users can't see anything.
  213.        F. DOS Interrupt: Not used    <--- THE PIT has its own COM PORT
  214.                                           interrupt.
  215.        G. 300 Baud     : Not allowed <--- This would be pure HELL for them.
  216.        H. Shrink       : Yes         <--- The program will not run without
  217.                                           shrinking.
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                                      5
  237.  
  238.  
  239.  
  240.  
  241.  
  242. INSTALLING THE PIT v3.00 for TELEGARD/TAG (DOOR.SYS)
  243. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244.  
  245. II. TELEGARD/TAG (DOOR.SYS):
  246.  
  247.   1) Create a directory inside your BBS directory called THEPIT.
  248.  
  249.   2) Copy all of the game files into that directory.
  250.  
  251.   3) Change directory to THEPIT.
  252.  
  253.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  254.      your requirements (Read CONTROL.DOC for more info).
  255.  
  256.   5) Write up a batch file (RUNPIT.BAT) like the following:
  257.         ECHO OFF
  258.         CLS
  259.         CD THEPIT
  260.         PIT
  261.         CD..
  262.       And put it as in your BBS directory.
  263.  
  264.   6) Then set up your online games menu so that it creates DOOR.SYS and
  265.      executes RUNPIT.
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.                                      6
  294.  
  295.  
  296.  
  297.  
  298.  
  299. INSTALLING THE PIT v3.00 for PCBOARD 14.5 (PCBOARD.SYS)
  300. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  301.  
  302. III. PCBOARD (PCBOARD.SYS):
  303.  
  304.   1) Create a directory inside your BBS directory called THEPIT.
  305.  
  306.   2) Copy all of the game files into that directory.
  307.  
  308.   3) Change directory to THEPIT.
  309.  
  310.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  311.      your requirements (Read CONTROL.DOC for more info).
  312.  
  313.   5) Write up a batch file (RUNPIT.BAT) like the following:
  314.         ECHO OFF
  315.         CLS
  316.         CD THEPIT
  317.         PIT
  318.         CD..
  319.       And put it as in your BBS directory.
  320.  
  321.   6) Then set up your online games menu so that it creates PCBOARD.SYS and
  322.      executes RUNPIT.
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.                                      7
  351.  
  352.  
  353.  
  354.  
  355.  
  356. INSTALLING THE PIT v3.00 for RBBS (DORINFO1.DEF)
  357. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358.  
  359. IV. RBBS (DORINFO1.DEF):
  360.  
  361.   1) Create a directory inside your BBS directory called THEPIT.
  362.  
  363.   2) Copy all of the game files into that directory.
  364.  
  365.   3) Change directory to THEPIT.
  366.  
  367.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  368.      your requirements (Read CONTROL.DOC for more info).
  369.  
  370.   5) Write up a batch file (RUNPIT.BAT) like the following:
  371.         ECHO OFF
  372.         CLS
  373.         CD THEPIT
  374.         PIT
  375.         CD..
  376.       And put it as in your BBS directory.
  377.  
  378.   6) Then set up your online games menu so that it creates DORINFO1.DEF and
  379.      executes RUNPIT.
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.                                      8
  408.  
  409.  
  410.  
  411.  
  412.  
  413. INSTALLING THE PIT v3.00 for WILDCAT 3.0 (DOOR.SYS)
  414. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  415.  
  416. V. WILDCAT! (DOOR.SYS):
  417.  
  418.   1) Create a directory inside your BBS directory called THEPIT.
  419.  
  420.   2) Copy all of the game files into that directory.
  421.  
  422.   3) Change directory to THEPIT.
  423.  
  424.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  425.      your requirements (Read CONTROL.DOC for more info).
  426.  
  427.   5) Write up a batch file (RUNPIT.BAT) like the following:
  428.         ECHO OFF
  429.         CLS
  430.         CD THEPIT
  431.         PIT
  432.         CD..
  433.       And put it as in your BBS directory.
  434.  
  435.   6) Then set up your online games menu so that it creates DOOR.SYS and
  436.      executes RUNPIT.
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.                                      9
  465.  
  466.  
  467.  
  468.  
  469.  
  470. INSTALLING THE PIT v3.00 for SPITFIRE (SFDOORS.DAT)
  471. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  472.  
  473. VI. SPITFIRE (SFDOORS.DAT):
  474.  
  475.   1) Create a directory inside your BBS directory called THEPIT.
  476.  
  477.   2) Copy all of the game files into that directory.
  478.  
  479.   3) Change directory to THEPIT.
  480.  
  481.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  482.      your requirements (Read CONTROL.DOC for more info).
  483.  
  484.   5) Write up a batch file (RUNPIT.BAT) like the following:
  485.         ECHO OFF
  486.         CLS
  487.         CD THEPIT
  488.         PIT
  489.         CD..
  490.       And put it as in your BBS directory.
  491.  
  492.   6) Then set up your online games menu so that it creates SFDOORS.DAT and
  493.      executes RUNPIT.
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.                                      10
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. INSTALLING THE PIT v3.00 for GTPOWER (GTUSER.BBS)
  529. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530.  
  531. VII. GTPOWER (GTUSER.BBS):
  532.  
  533.   1) Create a directory inside your BBS directory called THEPIT.
  534.  
  535.   2) Copy all of the game files into that directory.
  536.  
  537.   3) Change directory to THEPIT.
  538.  
  539.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  540.      your requirements (Read CONTROL.DOC for more info).
  541.  
  542.   5) Write up a batch file (RUNPIT.BAT) like the following:
  543.         ECHO OFF
  544.         CLS
  545.         CD THEPIT
  546.         PIT
  547.         CD..
  548.       And put it as in your BBS directory.
  549.  
  550.   6) Then set up your online games menu so that it creates GTUSER.BBS and
  551.      executes RUNPIT.
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.                                      11
  579.  
  580.  
  581.  
  582. INSTALLING THE PIT v3.00 on a Multi-lined BBS
  583. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  584.  
  585. VIII. Installing on a multi-lined BBS.
  586.  
  587.         THE PIT v3.00 has been written to make running on a multiline BBS as
  588.      easy as possible.
  589.  
  590. How to install the game on the server:
  591.  
  592.      READ one of the INSTALLS described above and follow its instructions.
  593.  
  594. How to install the game on each additional line:
  595.  
  596.      1) Go into the CONTROL.EXE program
  597.  
  598.      2) Select LAN/Multitasker Type and choose which one you are using.
  599.         If you do not know what type of LAN you are running under see your
  600.         NETWORK USERS GUIDE for more details.
  601.  
  602.         DESQVIEW: THE PIT is now DESQVIEW AWARE. It senses DV in memory
  603.         whether it is being run in multinode mode or not. It will redirect
  604.         all of its direct screen writing into DESQVIEW'S screen buffer as
  605.         well. So BIOS calls are no longer necessary for proper window
  606.         operation.
  607.  
  608.         LANTASTIC: is NETBIOS COMPATIBLE LAN. And this software has been
  609.         tested on both the 2mbs version and the Ethernet 10mbs systems.
  610.  
  611.         NOVELL: We do not support NOVELL proprietized locking calls. You will
  612.                 either have to rely on DOS 5.0's builtin SHARE capabilities
  613.                 or run SHARE.EXE.
  614.  
  615.         No other LANs have been tested, but since 90% are NETBIOS COMPATIBLE
  616.         that should be the first choice. A word of warning however, SHARE.EXE
  617.         must be loaded or this program will not be able to function properly.
  618.  
  619.  
  620.  
  621.  
  622.  
  623.      3) Select MultiNoded Usage to activate Multinode operation mode.
  624.  
  625.         At this point you can PAGE UP to create as many PIT??.CFG files
  626.         as you need for your BBS. (To a max of 99).
  627.  
  628.         Each node configuration should be edited for the BBS line that you
  629.         wish to run through it. And make careful notes as to the drive
  630.         letters that apply to the line that will be accessing the game
  631.  
  632.      5) Create batch files similar to the ones int the above installation
  633.         but change your PIT execution line to something like the following:
  634.  
  635.            ---NODE 1 ---        ---NODE 2 ---       ---NODE 3 ---
  636.            ECHO OFF             ECHO OFF            ECHO OFF
  637.            CLS                  CLS                 CLS
  638.            CD THEPIT            CD THEPIT           CD THEPIT
  639.            PIT /NODE01          PIT /NODE02         PIT /NODE03
  640.            CD..                 CD..                CD..
  641.  
  642.         The program recognizes that you want to run on NODE 2 if it sees
  643.         a /NODE02. It will also work if you have to run from a different
  644.         node locally (ie. PIT /LOCAL /NODE02).
  645.  
  646.      6) Once you have all node configurations filled. It should run like
  647.         clockwork.
  648.  
  649.                                      12
  650.  
  651.  
  652.  
  653. SPECIAL INFORMATION FOR HIGH SPEED MODEM USERS
  654. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  655.  
  656. IX. HIGH SPEED MODEMS:
  657.  
  658.     A "High Speed" modem is any modem that has the capability of connections
  659.     greater than 2400 baud. They generally have error correction protocols
  660.     like MNP-5, V.32, V.32 BIS, V.42, V.42 BIS, and some have proprietized
  661.     formats like HST or COMPUCOM.
  662.  
  663.     These modems work in one of two ways:
  664.  
  665.     1) Locked Baud Rate: You have your baud rate locked at the highest setting
  666.     the modem is capable of running. Then by turning your flow control on the
  667.     modem self-adjusts the flow with slower modems than itself. Generally
  668.     CTS/RTS is the standard. But modems support others like CTS One Way,
  669.     and XON/XOFF. We always recommend CTS/RTS as the flow control of choice.
  670.  
  671.                 What you should do:
  672.                         a) Lock your baud rate at your BBS setting.
  673.                         b) Turn FLOW CONTROL on (CTS/RTS)
  674.  
  675.     2) Auto Speed Adjustment: These modems are never locked and are the newest
  676.     brands of modems available. Most typically get 58K throughput. These modems
  677.     are a special case since they continually adjust between themselves and
  678.     the caller's modem. If you drop out of the BBS to run a game the baud
  679.     rate passed throught the DOOR DATA FILE is generally incorrect since the
  680.     ASA modem might be at a strange baud rate. We get around this by not
  681.     touching the baud rate at all. You just choose DEFAULT as a baud rate,
  682.     and the game will not attempt to change the baud rate.
  683.  
  684.                 What you should do:
  685.                         a) Turn DEFAULT baud rate on
  686.                         b) Turn FLOW CONTROL on (CTS/RTS)
  687.  
  688.  
  689.                                      13
  690.  
  691.  
  692.